home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_333 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2005-09-27  |  144 b   |  9 lines

  1. on(release){
  2.    _root.arms += 1;
  3.    if(_root.arms > 23)
  4.    {
  5.       _root.arms = 1;
  6.    }
  7.    _root.cast1.armos.gotoAndStop(_root.arms);
  8. }
  9.